SByteNINumericSByteNIsLessThan Method
Determines whether the current value is less than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<SByteN>.IsLessThan(
SByteN value
)
Private Function IsLessThan (
value As SByteN
) As Boolean Implements INumeric(Of SByteN).IsLessThan
private:
virtual bool IsLessThan(
SByteN value
) sealed = INumeric<SByteN>::IsLessThan
private abstract IsLessThan :
value : SByteN -> bool
private override IsLessThan :
value : SByteN -> bool
- value SByteN
- The value to compare with the current value.
Boolean if the current value is less than
value; otherwise,
.
INumericTSelfIsLessThan(TSelf)